PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardLayoutAttribute Class / setGlyphOrientationVertical Method
The orientation of glyphs when the inline-progression direction is top to bottom or bottom to top.
In This Topic
    setGlyphOrientationVertical Method
    In This Topic
    Sets the glyph orientation.
    The value -1 indicates a default orientation for text, depending on whether it is fullwidth (as wide as it is high).
    Syntax
    public void setGlyphOrientationVertical( 
       int value
    )

    Parameters

    value
    The orientation of glyphs when the inline-progression direction is top to bottom or bottom to top.
    See Also